From 480d7883b52b8ac9f63c933145a146697137f0e5 Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Sun, 30 Oct 2005 13:34:12 +0100 Subject: [PATCH] Added xen.xm.tests package to build. Signed-off-by: Ewan Mellor --- tools/python/setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/python/setup.py b/tools/python/setup.py index 71b8d28819..3a9c5d013e 100644 --- a/tools/python/setup.py +++ b/tools/python/setup.py @@ -44,7 +44,8 @@ setup(name = 'xen', 'xen.web', 'xen.sv', - 'xen.xend.tests' + 'xen.xend.tests', + 'xen.xm.tests' ], ext_package = "xen.lowlevel", ext_modules = [ xc, xs ] -- 2.30.2